fix(esp_sr): Error with debug level log#11859
Conversation
👋 Hello SuGlider, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Test Results 76 files 76 suites 13m 11s ⏱️ Results for commit 36c9de8. ♻️ This comment has been updated with latest results. |
Description of Change
When compiling the ESP-SR Basic.ino example with DEBUG LEVEL = VERBOSE, there is a compilation error:
Test Scenarios
Using ESP32-S3 with the https://github.com/espressif/arduino-esp32/blob/master/libraries/ESP_SR/examples/Basic/Basic.ino
Set
Core Debug LeveltoVerbose.Related links
Fixes #11857